Vcenter Vm Hardware Cdrom UpdateSpec

Vcenter Vm Hardware Cdrom UpdateSpec
Vcenter Vm Hardware Cdrom UpdateSpec

The Vcenter Vm Hardware Cdrom UpdateSpec schema describes the updates to be made to the configuration of a virtual CD-ROM device.

JSON Example
{
    "backing": {
        "type": "string",
        "iso_file": "string",
        "host_device": "string",
        "device_access_type": "string"
    },
    "start_connected": false,
    "allow_guest_control": false
}
backing
Optional

Physical resource backing for the virtual CD-ROM device.

This property may only be modified if the virtual machine is not powered on or the virtual CD-ROM device is not connected.

If missing or null, the value is unchanged.

boolean
start_connected
Optional

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

If missing or null, the value is unchanged.

boolean
allow_guest_control
Optional

Flag indicating whether the guest can connect and disconnect the device.

If missing or null, the value is unchanged.